BODY {
 background-attachment: fixed;
}

H1,H2,H3,H4 {
 background: #52b552;
 color: #186321;
}

A:link {
 color: #186321;
 text-decoration:none;
}

A:visited {
 color: #186321;
 text-decoration:none;
}

A:active {
 background: #c6eff7;
 color: #186321;
 text-decoration:underline;
}

A:hover {
 background: #debdde;
 color: #186321;
 text-decoration:underline;
}
